From 9299f079166b9e7a8acc017d08ece4649360a42b Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 7 Jul 2026 01:41:54 +0000 Subject: [PATCH] libretro.snes9x: 0-unstable-2026-06-16 -> 0-unstable-2026-07-05 --- 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 be3c91bfc28e..aee94c8e128b 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-2026-06-16"; + version = "0-unstable-2026-07-05"; src = fetchFromGitHub { owner = "snes9xgit"; repo = "snes9x"; - rev = "9df418161bd030d59a0ab0c7b656df68dea11007"; - hash = "sha256-1NZ0ESAunxYOIuk/X+41HELKdxq1U6VG5EG+or+VLkk="; + rev = "51ef0275df25fc6347d241e3b5325b52b6e96582"; + hash = "sha256-+f6u8VUHNLI9pb2AFLyEoGQtGzNIkeWS2wvF9PYDIm8="; }; makefile = "Makefile";