From f031ffe4aed92d483775b5a49825ffbfc2b6b6e3 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 24 Oct 2025 08:51:01 +0000 Subject: [PATCH] libretro.bluemsx: 0-unstable-2025-09-27 -> 0-unstable-2025-10-24 --- pkgs/applications/emulators/libretro/cores/bluemsx.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/bluemsx.nix b/pkgs/applications/emulators/libretro/cores/bluemsx.nix index 21d55863beb9..39b99eb8e1de 100644 --- a/pkgs/applications/emulators/libretro/cores/bluemsx.nix +++ b/pkgs/applications/emulators/libretro/cores/bluemsx.nix @@ -5,13 +5,13 @@ }: mkLibretroCore { core = "bluemsx"; - version = "0-unstable-2025-09-27"; + version = "0-unstable-2025-10-24"; src = fetchFromGitHub { owner = "libretro"; repo = "bluemsx-libretro"; - rev = "7074551cf50ebdae78c8cce4e77560f9fc4575ca"; - hash = "sha256-kmG0LCvWG+4wM+hwZ8TYQid12nZuQpNbaljym+glbz4="; + rev = "3a2855e30c7f39a41064ca36264e9bf9f6170f8e"; + hash = "sha256-k0j15MqmgaTrUc/FoZHuIyALCnMJXeSkx4dfnfrfG5o="; }; meta = {