From b4db7f6922d97f7c9429b28cbe5f332eb502b1f6 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 12 Feb 2026 14:00:23 +0000 Subject: [PATCH] libretro.opera: 0-unstable-2026-01-27 -> 0-unstable-2026-02-11 --- pkgs/applications/emulators/libretro/cores/opera.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/opera.nix b/pkgs/applications/emulators/libretro/cores/opera.nix index a64ca07bb953..ba0493ac65e2 100644 --- a/pkgs/applications/emulators/libretro/cores/opera.nix +++ b/pkgs/applications/emulators/libretro/cores/opera.nix @@ -6,13 +6,13 @@ }: mkLibretroCore { core = "opera"; - version = "0-unstable-2026-01-27"; + version = "0-unstable-2026-02-11"; src = fetchFromGitHub { owner = "libretro"; repo = "opera-libretro"; - rev = "f20af9ad3271af2de8229f522c6534984a6e2520"; - hash = "sha256-cilOteQK6clVaGdemujrNwfcbI6Gw+UMvtF6hICm3Wo="; + rev = "1eee72f640e4da6f1b8ca68f70b51db22cc474c8"; + hash = "sha256-dXCMV0YZy33GcNTYlVTv/x7jwrKJRPTEclfU2qfqlXw="; }; makefile = "Makefile";