From 8baaf564b0ada8fc41f338e0c8076ef9d90d6b1b Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 6 May 2025 20:35:49 +0000 Subject: [PATCH] libretro.snes9x: 0-unstable-2025-04-06 -> 0-unstable-2025-05-03 --- 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 0262d093103b..d2031ec06789 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-04-06"; + version = "0-unstable-2025-05-03"; src = fetchFromGitHub { owner = "snes9xgit"; repo = "snes9x"; - rev = "2c78e77617c65025342e1c4da8187ef5ee2cbad4"; - hash = "sha256-95ScIvZeBNrf6hvGWf7XI95pyPzGzlBgfd+CDllcIUQ="; + rev = "97bc6b08b1da511fa449ecb412ca74fa54f4a3fb"; + hash = "sha256-BZTpQACkjFxk9QsDievu8NHYkJiRAQ0jAuD4LlkrZ7A="; }; makefile = "Makefile";