From 9889070931466ff8eb43a4bb098752b09aa42526 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 18 Oct 2025 21:58:48 +0000 Subject: [PATCH] libretro.bsnes: 0-unstable-2025-10-03 -> 0-unstable-2025-10-10 --- 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 cdb25e403ac5..ae63e12c2afe 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-10-03"; + version = "0-unstable-2025-10-10"; src = fetchFromGitHub { owner = "libretro"; repo = "bsnes-libretro"; - rev = "e0e6cef46582a436e8b08a339f4751411dc5bd63"; - hash = "sha256-fIlTIF1042oWIHxqD7h7MdUfb6QDfIP0jqVlBNOTBmY="; + rev = "57155d8037463346307123daabeaa27298e0f956"; + hash = "sha256-eQaeAdQ7OWRzPVSbNOPUmMKIvkztZYGm2tzBavJO4Gs="; }; makefile = "Makefile";