From 47fccabeb95277b9a1e675a4eee5c6865a8040a3 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 14 Apr 2026 20:23:14 +0000 Subject: [PATCH] libretro.bluemsx: 0-unstable-2026-03-31 -> 0-unstable-2026-04-11 --- 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 4dbf4e3a7ad9..ea4671ee5f49 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-03-31"; + version = "0-unstable-2026-04-11"; src = fetchFromGitHub { owner = "libretro"; repo = "bluemsx-libretro"; - rev = "8af516705652d240ef5bc69dea8276d0fdd16323"; - hash = "sha256-QkJicDAfr+hFAlsqSLlonmGJEf/G9XFQ7oe/X4mvAhw="; + rev = "0b23b79f6b8c19f300d2d86958e89fbe2f6d30bc"; + hash = "sha256-/rILuViKZBKZFZkCjuFuuuOE3AvDiHQqHtWq4Q8XSMA="; }; meta = {