From bfad9c31809d5cbdce0a979645b2a8b278744602 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 9 Jun 2026 09:41:10 +0000 Subject: [PATCH] libretro.opera: 0-unstable-2026-05-30 -> 0-unstable-2026-06-09 --- 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 ff06084247b9..35dd849c0993 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-05-30"; + version = "0-unstable-2026-06-09"; src = fetchFromGitHub { owner = "libretro"; repo = "opera-libretro"; - rev = "d0a3b910f8bef6b8d48fb5eec4ad72ea5f022394"; - hash = "sha256-OH9gkbMC4PJnpboiYrKV+XkQqq5ldq5tneyVJHfDzsM="; + rev = "5e36d4a9fbb2afbb8de2313b8e2bf83998ec2341"; + hash = "sha256-TmSk0PIXOLToElUnyRkDFfpq3bvBh7+P8r8brYICJSY="; }; makefile = "Makefile";