From 901835511e1df1d026d19e9a1d75d537dc9e1f79 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 21 Jun 2025 23:05:52 +0000 Subject: [PATCH] libretro.bsnes: 0-unstable-2025-05-30 -> 0-unstable-2025-06-20 --- 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 93a7da0140d4..28e14ac2e4a1 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-05-30"; + version = "0-unstable-2025-06-20"; src = fetchFromGitHub { owner = "libretro"; repo = "bsnes-libretro"; - rev = "c2df3ccaeb8f40852a63a4b66a381d82d4e9b95d"; - hash = "sha256-bPW4ftbdUXsgAs/CEi5/x4iq1NKvgRmHOpMiNJ2W/Gc="; + rev = "1362fc8afda0502a5a427d409d8e40b95fe3f696"; + hash = "sha256-+hPxLDwhjzlSnNIw3xlXLJH3TrwEbil+81VbPQszQX0="; }; makefile = "Makefile";