diff --git a/pkgs/applications/emulators/libretro/cores/snes9x.nix b/pkgs/applications/emulators/libretro/cores/snes9x.nix index 65c90fa00d1b..0262d093103b 100644 --- a/pkgs/applications/emulators/libretro/cores/snes9x.nix +++ b/pkgs/applications/emulators/libretro/cores/snes9x.nix @@ -5,13 +5,13 @@ }: mkLibretroCore { core = "snes9x"; - version = "0-unstable-2025-02-24"; + version = "0-unstable-2025-04-06"; src = fetchFromGitHub { owner = "snes9xgit"; repo = "snes9x"; - rev = "0525ea043ea173ec6af1c6c8dade820036376430"; - hash = "sha256-BB65aYfkNqM/Lb3/dGMrPBpuR0tjewA45xnIXHaqWsA="; + rev = "2c78e77617c65025342e1c4da8187ef5ee2cbad4"; + hash = "sha256-95ScIvZeBNrf6hvGWf7XI95pyPzGzlBgfd+CDllcIUQ="; }; makefile = "Makefile";