From cb84777eef381aade58351cec207b1caeb33a80c Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 19 Jul 2026 10:58:19 +0000 Subject: [PATCH] libretro.bluemsx: 0-unstable-2026-07-04 -> 0-unstable-2026-07-19 --- 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 b7a838274f9a..aa880fa348a9 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-07-04"; + version = "0-unstable-2026-07-19"; src = fetchFromGitHub { owner = "libretro"; repo = "bluemsx-libretro"; - rev = "fe7173f801fd2d6c3564ebe816797a44524e4bbf"; - hash = "sha256-NcDcFexU2jPWwQmWo9CK+jbYtEFiqZmzKLfrQrB9Cmg="; + rev = "2f31e9ca38785ad4c2bd9e1d91829eda14a92954"; + hash = "sha256-J1LbOsUR+9HX/LRtkG9XQIiRdhfyHUYvqXYBKWdGxBI="; }; meta = {