From 89ce199d507f8a2c8896a32d0f1ecaf2f8c816d3 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 27 May 2026 00:14:15 +0000 Subject: [PATCH] libretro.bluemsx: 0-unstable-2026-05-18 -> 0-unstable-2026-05-20 --- 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 2488435118a1..4d28a074a0b2 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-2026-05-18"; + version = "0-unstable-2026-05-20"; src = fetchFromGitHub { owner = "libretro"; repo = "bluemsx-libretro"; - rev = "175438e5fe68ae0cfb7d04c29f81eed17635e6b4"; - hash = "sha256-crFrG6OsmW3nNnQ+OHFtYz7cRuU9hTjWe3vq4PdYJqA="; + rev = "b76f27959a32e18aa04c619273152178fd0cf03b"; + hash = "sha256-0FUfeA8IY3VyzhbZqiWYJ7Ttp4CT7kernhgwji6wALQ="; }; meta = {