From ef480af2232d071b368a558d890e067c40670099 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 6 Apr 2025 21:44:38 +0000 Subject: [PATCH] libretro.snes9x: 0-unstable-2025-02-24 -> 0-unstable-2025-04-06 --- pkgs/applications/emulators/libretro/cores/snes9x.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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";