A tip: if you have differential disks, but you don’t see snapshots in the panel, you can try merging from powershell:
Get-VM -Name "VM-NAME" | Get-VMSnapshot
Remove-VMSnapshot
Or if this method doesn’t work, create a new snapshot and export it to disk. During its export, the diffs will merge.