{ "homepage": "http://www.snes9x.com/", "description": "SNES (Super Nintendo Entertainment System) emulator", "version": "1.60", "license": { "identifier": "Non-commercial", "url": "https://github.com/snes9xgit/snes9x/blob/master/LICENSE" }, "architecture": { "32bit": { "url": "https://github.com/snes9xgit/snes9x/releases/download/1.60/snes9x-1.60-win32.zip", "hash": "c373522f4e9872626fbc29fa9e83d06122530e53e2328d39811394ca391ef728", "bin": "snes9x.exe", "shortcuts": [ [ "snes9x.exe", "Snes9X" ] ] }, "64bit": { "url": "https://github.com/snes9xgit/snes9x/releases/download/1.60/snes9x-1.60-win32-x64.zip", "hash": "d5914d166e6d9987429566b8ad70f42d8c851c87ababace738918966852a58a3", "bin": [ [ "snes9x-x64.exe", "snes9x" ] ], "shortcuts": [ [ "snes9x-x64.exe", "Snes9X" ] ] } }, "pre_install": "If(!(Test-Path(\"$persist_dir\\snes9x.conf\"))){New-Item -ItemType File \"$dir\\snes9x.conf\" | Out-Null }", "persist": [ "BIOS", "Cheats", "Movies", "Patches", "Roms", "SatData", "Saves", "Screenshots", "SPCs", "snes9x.conf" ], "checkver": { "github": "https://github.com/snes9xgit/snes9x" }, "autoupdate": { "architecture": { "32bit": { "url": "https://github.com/snes9xgit/snes9x/releases/download/$version/snes9x-$version-win32.zip" }, "64bit": { "url": "https://github.com/snes9xgit/snes9x/releases/download/$version/snes9x-$version-win32-x64.zip" } } } }