From 4dd06d9b4719b4074969d8e9b82f5a7dd03abd0e Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 18 May 2026 20:22:55 +0000 Subject: [PATCH] libretro.bluemsx: 0-unstable-2026-04-11 -> 0-unstable-2026-05-18 --- 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 ea4671ee5f49..2488435118a1 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-04-11"; + version = "0-unstable-2026-05-18"; src = fetchFromGitHub { owner = "libretro"; repo = "bluemsx-libretro"; - rev = "0b23b79f6b8c19f300d2d86958e89fbe2f6d30bc"; - hash = "sha256-/rILuViKZBKZFZkCjuFuuuOE3AvDiHQqHtWq4Q8XSMA="; + rev = "175438e5fe68ae0cfb7d04c29f81eed17635e6b4"; + hash = "sha256-crFrG6OsmW3nNnQ+OHFtYz7cRuU9hTjWe3vq4PdYJqA="; }; meta = {