From d28ecf19db661cdebe91b53773731791c1823629 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 19 Feb 2026 05:37:27 +0000 Subject: [PATCH] libretro.play: 0-unstable-2026-02-09 -> 0-unstable-2026-02-16 --- 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 4d265d072343..080531a78aa1 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-02-09"; + version = "0-unstable-2026-02-16"; src = fetchFromGitHub { owner = "jpd002"; repo = "Play-"; - rev = "b75abf3f5638df99d69fd9169a1a46bd325c98c0"; - hash = "sha256-KdRQPQiLnuO6RCsBjN7Ta1myrQtabrVf+rqlWypi/bw="; + rev = "2a125b5d28cb2c02cbd2fdb00ce268581ffca05b"; + hash = "sha256-tYB2xcIU7O6BizHSSS4CPQMbLsnlHZKqcx26WypWt1E="; fetchSubmodules = true; };