From d63eebd78afbf18702080fda11aa6e71020e44ec Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 26 Jun 2025 20:24:01 +0000 Subject: [PATCH] libretro.snes9x: 0-unstable-2025-06-13 -> 0-unstable-2025-06-18 --- 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 d206e6afbe98..8d6bfc7c1c39 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-06-13"; + version = "0-unstable-2025-06-18"; src = fetchFromGitHub { owner = "snes9xgit"; repo = "snes9x"; - rev = "a93dd67c516061c3390506eb26e0457a264f86b6"; - hash = "sha256-IOxYhDkrd9TgzEGiCM2HQxUiTv3Icmc0JE6216PqbYg="; + rev = "a168e789719d6bc8e06110d517d98c3d098d5834"; + hash = "sha256-Kxi+/Uie0a7gmlNEj351Nlybb16W4A4joC8JSN1rvsU="; }; makefile = "Makefile";