From 43c5a160216d5a59b2c3ffa58ec287f48b1f88c9 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 25 Aug 2026 00:27:27 +0000 Subject: [PATCH] libretro.bluemsx: 0-unstable-2026-07-29 -> 0-unstable-2026-08-23 --- 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 9f94477e5346..5a33017f833e 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-29"; + version = "0-unstable-2026-08-23"; src = fetchFromGitHub { owner = "libretro"; repo = "bluemsx-libretro"; - rev = "0f32f52c48d3e772bfdf0379756f81f00b4e08bc"; - hash = "sha256-4XjaPkv5Tm58nhU6JUdiZXbto/uePljwXpcePRCqVus="; + rev = "e3086eb5d36d77fa11704cf53dc176686e70127d"; + hash = "sha256-cwyXtawCUyM/ISswY+O3bzGFX0wNayb/VAIv99E9esI="; }; meta = {