diff --git a/pkgs/applications/emulators/libretro/cores/snes9x.nix b/pkgs/applications/emulators/libretro/cores/snes9x.nix index d2031ec06789..d206e6afbe98 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-05-03"; + version = "0-unstable-2025-06-13"; src = fetchFromGitHub { owner = "snes9xgit"; repo = "snes9x"; - rev = "97bc6b08b1da511fa449ecb412ca74fa54f4a3fb"; - hash = "sha256-BZTpQACkjFxk9QsDievu8NHYkJiRAQ0jAuD4LlkrZ7A="; + rev = "a93dd67c516061c3390506eb26e0457a264f86b6"; + hash = "sha256-IOxYhDkrd9TgzEGiCM2HQxUiTv3Icmc0JE6216PqbYg="; }; makefile = "Makefile";