Loading pkgs/applications/emulators/libretro/cores/snes9x2005.nix +3 −3 Original line number Diff line number Diff line Loading @@ -6,13 +6,13 @@ }: mkLibretroCore { core = "snes9x2005" + lib.optionalString withBlarggAPU "-plus"; version = "0-unstable-2026-03-31"; version = "0-unstable-2026-04-20"; src = fetchFromGitHub { owner = "libretro"; repo = "snes9x2005"; rev = "10519b751ebc800accf4f95cf767e5533d96c97a"; hash = "sha256-vMkLEEvuYBCtgWZ2ZxWKLeqFDeLoP1CYa68I8Qg2Dx4="; rev = "b60356971fc9caae02cd0853676dced886a08be7"; hash = "sha256-6IuEFyJEoCHluSAXbk5qRTXku1XJCZ6p04BhdjqZqJQ="; }; makefile = "Makefile"; Loading Loading
pkgs/applications/emulators/libretro/cores/snes9x2005.nix +3 −3 Original line number Diff line number Diff line Loading @@ -6,13 +6,13 @@ }: mkLibretroCore { core = "snes9x2005" + lib.optionalString withBlarggAPU "-plus"; version = "0-unstable-2026-03-31"; version = "0-unstable-2026-04-20"; src = fetchFromGitHub { owner = "libretro"; repo = "snes9x2005"; rev = "10519b751ebc800accf4f95cf767e5533d96c97a"; hash = "sha256-vMkLEEvuYBCtgWZ2ZxWKLeqFDeLoP1CYa68I8Qg2Dx4="; rev = "b60356971fc9caae02cd0853676dced886a08be7"; hash = "sha256-6IuEFyJEoCHluSAXbk5qRTXku1XJCZ6p04BhdjqZqJQ="; }; makefile = "Makefile"; Loading