From c446a7626c2e7b831b65e7154a66165f370765e7 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 11 Feb 2026 14:26:53 +0000 Subject: [PATCH] libretro.play: 0-unstable-2026-01-26 -> 0-unstable-2026-02-09 --- pkgs/applications/emulators/libretro/cores/play.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/play.nix b/pkgs/applications/emulators/libretro/cores/play.nix index 7bf4deaa6132..4d265d072343 100644 --- a/pkgs/applications/emulators/libretro/cores/play.nix +++ b/pkgs/applications/emulators/libretro/cores/play.nix @@ -14,13 +14,13 @@ }: mkLibretroCore { core = "play"; - version = "0-unstable-2026-01-26"; + version = "0-unstable-2026-02-09"; src = fetchFromGitHub { owner = "jpd002"; repo = "Play-"; - rev = "900e599dd26e4b292ff55738cc8881530eed46ce"; - hash = "sha256-9lr7RDSdQ/FN3mgoh8ZTsL1J8vXyab+TqhvM8yp7G7c="; + rev = "b75abf3f5638df99d69fd9169a1a46bd325c98c0"; + hash = "sha256-KdRQPQiLnuO6RCsBjN7Ta1myrQtabrVf+rqlWypi/bw="; fetchSubmodules = true; };