From 1bde4247b9809efebdf2398d840391abd9c834aa Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 11 Jul 2025 20:41:34 +0000 Subject: [PATCH] libretro.bsnes: 0-unstable-2025-06-27 -> 0-unstable-2025-07-11 --- pkgs/applications/emulators/libretro/cores/bsnes.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/bsnes.nix b/pkgs/applications/emulators/libretro/cores/bsnes.nix index 986a6092741b..44aecb2f192b 100644 --- a/pkgs/applications/emulators/libretro/cores/bsnes.nix +++ b/pkgs/applications/emulators/libretro/cores/bsnes.nix @@ -5,13 +5,13 @@ }: mkLibretroCore { core = "bsnes"; - version = "0-unstable-2025-06-27"; + version = "0-unstable-2025-07-11"; src = fetchFromGitHub { owner = "libretro"; repo = "bsnes-libretro"; - rev = "d9697514a1901b7fcace0a77a7deccc693db38fb"; - hash = "sha256-PS0Wc9ckVDuXS8bEimlzwXkiz5klAGJrApL04VdDW0A="; + rev = "df64459ea3a6c3e6e112f81c56d1426074a78d2f"; + hash = "sha256-eW9283UcE1wpP/dh/FYZ/oJwVgAefubnfcvQLTABB0k="; }; makefile = "Makefile";